tools: Remove -Werror everywhere else
authorAnthony PERARD <anthony.perard@citrix.com>
Thu, 13 Oct 2022 13:05:01 +0000 (14:05 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 14 Oct 2022 15:17:41 +0000 (16:17 +0100)
commit40d96f0c7d5399f9b824926279d41ead974fbe39
tree07b70ce07b7dfe59a88ae673b5827249f4582584
parente4f5949c446635a854f06317b81db11cccfdabee
tools: Remove -Werror everywhere else

The previous changeset, e4f5949c4466 ("tools: Add -Werror by default to all
tools/"), added "-Werror" to CFLAGS in tools/Rules.mk.  Remove it from
everywhere else now it is duplicated.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Christian Lindig <christian.lindig@citrix.com>
Acked-by: Daniel P. Smith <dpsmith@apertussolutions.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
Release-acked-by: Henry Wang <Henry.Wang@arm.com>
26 files changed:
tools/console/client/Makefile
tools/console/daemon/Makefile
tools/debugger/gdbsx/Rules.mk
tools/debugger/kdd/Makefile
tools/firmware/Rules.mk
tools/flask/utils/Makefile
tools/fuzz/cpu-policy/Makefile
tools/libfsimage/common.mk
tools/libs/libs.mk
tools/misc/Makefile
tools/ocaml/common.make
tools/pygrub/setup.py
tools/python/setup.py
tools/tests/cpu-policy/Makefile
tools/tests/depriv/Makefile
tools/tests/resource/Makefile
tools/tests/tsx/Makefile
tools/tests/xenstore/Makefile
tools/xcutils/Makefile
tools/xenmon/Makefile
tools/xenpaging/Makefile
tools/xenpmd/Makefile
tools/xenstore/Makefile.common
tools/xentop/Makefile
tools/xentrace/Makefile
tools/xl/Makefile